Skip to content

docs: clarify README prerequisites and UTC times #2#18167

Closed
pavan-sh wants to merge 5 commits intogoogle-gemini:mainfrom
pavan-sh:docs/readme-prereqs-utc-times
Closed

docs: clarify README prerequisites and UTC times #2#18167
pavan-sh wants to merge 5 commits intogoogle-gemini:mainfrom
pavan-sh:docs/readme-prereqs-utc-times

Conversation

@pavan-sh
Copy link
Contributor

@pavan-sh pavan-sh commented Feb 3, 2026

Summary

Updates README.md for small docs consistency/clarity

Details

Updates README.md for small docs consistency/clarity:

  • “Pre-requisites” -> “Prerequisites”
  • Formats release cadence times with colons (UTC 23:59 / 20:00 / 00:00)

Fixes #18166

Related Issues

How to Validate

Pre-Merge Checklist

  • Updated relevant documentation and README (if needed)
  • Added/updated tests (if needed)
  • Noted breaking changes (if any)
  • Validated on required platforms/methods:
    • MacOS
      • npm run
      • npx
      • Docker
      • Podman
      • Seatbelt
    • Windows
      • npm run
      • npx
      • Docker
    • Linux
      • npm run
      • npx
      • Docker

@pavan-sh pavan-sh requested a review from a team as a code owner February 3, 2026 05:24
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @pavan-sh, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request aims to enhance the clarity and consistency of the README.md file. It addresses minor documentation improvements by correcting a spelling error and standardizing the format of UTC times used to describe various release schedules, making the information easier to understand.

Highlights

  • Documentation Spelling Correction: Corrected the spelling of 'Pre-requisites' to 'Prerequisites' in the README.md file for improved consistency and accuracy.
  • UTC Time Format Standardization: Standardized the display of UTC times for release cadences in README.md by adding colons (e.g., 2359 was updated to 23:59) to enhance readability.
Changelog
  • README.md
    • Updated 'Pre-requisites' to 'Prerequisites' for correct spelling.
    • Formatted UTC times (2359, 2000, 0000) to include colons (23:59, 20:00, 00:00) for better readability in release schedule descriptions.
Activity
  • The pull request was created by pavan-sh.
  • No human activity (comments, reviews) has occurred since its creation.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request improves the clarity and consistency of README.md by correcting a typo ('Pre-requisites' to 'Prerequisites') and standardizing the time format. These are good changes that improve readability. For even better consistency across the project, you might consider applying the same time formatting to docs/releases.md in a follow-up PR, as it still uses the old format. The changes within this PR are correct.

@sammanthawhite22-sys
Copy link

Summary

Updates README.md for small docs consistency/clarity

Details

Updates README.md for small docs consistency/clarity:

  • “Pre-requisites” -> “Prerequisites”
  • Formats release cadence times with colons (UTC 23:59 / 20:00 / 00:00)

Fixes #18166

Related Issues

How to Validate

Pre-Merge Checklist

  • Updated relevant documentation and README (if needed)

  • Added/updated tests (if needed)

  • Noted breaking changes (if any)

  • Validated on required platforms/methods:

    • MacOS

      • npm run
      • npx
      • Docker
      • Podman
      • Seatbelt
    • Windows

      • npm run
      • npx
      • Docker
    • Linux

      • npm run
      • npx
      • Docker

@gemini-cli gemini-cli bot added the area/core Issues related to User Interface, OS Support, Core Functionality label Feb 3, 2026
@gemini-cli gemini-cli bot added priority/p3 Backlog - a good idea but not currently a priority. help wanted We will accept PRs from all issues marked as "help wanted". Thanks for your support! labels Feb 7, 2026
@jkcinouye
Copy link
Contributor

This looks like a duplicate of #18169 - let me know if this is incorrect.

@jkcinouye jkcinouye closed this Feb 17, 2026
@pavan-sh pavan-sh changed the title docs: clarify README prerequisites and UTC times docs: clarify README prerequisites and UTC times #2 Feb 18, 2026
@pavan-sh
Copy link
Contributor Author

This looks like a duplicate of #18169 - let me know if this is incorrect.

This follows a similar pattern to #18169, but it applies to different lines in the file, so it’s not a duplicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/core Issues related to User Interface, OS Support, Core Functionality help wanted We will accept PRs from all issues marked as "help wanted". Thanks for your support! priority/p3 Backlog - a good idea but not currently a priority.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs: Fix README prerequisites heading + release time formatting

3 participants